/* owl-carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.middle_index{
	width: 32.4%;
	float: left;
}
.middl_margin{
	margin-right: 15px;
}
#index_scroll .item{
	max-width: 376px;
}
.index_list{
	position: relative;
	overflow: hidden;
}
.index_list .list_a{
	display: block;
}
.index_list .case_img{
	overflow: hidden;
}
.index_list .index_img img{
	display: block;
	width: 100%;
}
.index_list .list_a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.5);
}
#index_scroll .owl-controls .owl-page,#index_scroll2 .owl-controls .owl-page{
	display: none;	
}

#index_scroll .owl-prev,#index_scroll2 .owl-prev{
	text-indent: -9999px;
	width: 32px;
	height: 50px;
	background: url(../images/scroll_jt1.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 32%;
}
#index_scroll .owl-next,#index_scroll2 .owl-next{
	text-indent: -9999px;
	width: 32px;
	height: 50px;
	background: url(../images/scroll_jt2.png) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 32%;
}
